Is there a win32 command line tabifier that supports ... `read details` (revised)?
Posted
by
user55542
on Super User
See other posts from Super User
or by user55542
Published on 2011-03-12T06:51:35Z
Indexed on
2012/07/01
21:19 UTC
Read the original article
Hit count: 90
command-line
|tabs
I use an editor that allows me to type in a command to run. In order to see the output without having to redirect it to a file, I precede the command with "cmd /k," which leaves an open cmd.exe window. So I'd like to find a way to catch the call to cmd.exe and pass it onto an application that tabifies cmd.exe, a terminal emulator as it's called. The desired result would be similar to what happens in a tabbed editor, when that editor is to open some file, it does so in another tab, and not in another window. While in a given situation it may be easier to modify the command to redirect output to display in the editor itself, in general it would be more helpful if I could find a way to catch all such calls into one window.
© Super User or respective owner